projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b5238
)
(gud-tooltip-modes, gud-tooltip-display):
author
Nick Roberts
<nickrob@snap.net.nz>
Wed, 21 Dec 2005 12:04:26 +0000
(12:04 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Wed, 21 Dec 2005 12:04:26 +0000
(12:04 +0000)
Delete defcustom variable :tag names.
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index aa0fd0c137892eb4c02d273c29b374652eadeb79..5b1edbe89bed3d3daf3504ad92bd9f33df7f3d9c 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-3263,7
+3263,6
@@
Treats actions as defuns."
(defcustom gud-tooltip-modes '(gud-mode c-mode c++-mode fortran-mode)
"List of modes for which to enable GUD tooltips."
:type 'sexp
- :tag "GUD modes"
:group 'gud
:group 'tooltip)
@@
-3275,7
+3274,6
@@
Treats actions as defuns."
Forms in the list are combined with AND. The default is to display
only tooltips in the buffer containing the overlay arrow."
:type 'sexp
- :tag "GUD buffers predicate"
:group 'gud
:group 'tooltip)